[INFO] cloning repository https://github.com/hydro-project/HydraulicLift
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hydro-project/HydraulicLift" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydro-project%2FHydraulicLift", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydro-project%2FHydraulicLift'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 263ab26e539acc46107d6e03d075ab6a6910ef8b
[INFO] checking hydro-project/HydraulicLift against try#fceb2de603f0807f9049222f3f612ed51ed8f9dc for pr-157576
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhydro-project%2FHydraulicLift" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hydro-project/HydraulicLift
[INFO] finished tweaking git repo https://github.com/hydro-project/HydraulicLift
[INFO] tweaked toml for git repo https://github.com/hydro-project/HydraulicLift written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hydro-project/HydraulicLift on toolchain fceb2de603f0807f9049222f3f612ed51ed8f9dc
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hydro-project/HydraulicLift already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf
[INFO] running `Command { std: "docker" "start" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf" "/opt/rustwide/cargo-home/bin/cargo" "+fceb2de603f0807f9049222f3f612ed51ed8f9dc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]     Checking cc-traits v2.0.0
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]     Checking by_address v1.2.1
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking syn v2.0.74
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]     Checking proc-macro-crate v1.3.1
[INFO] [stderr]     Checking regex v1.11.0
[INFO] [stderr]    Compiling syn-inline-mod v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling hydroflow_lang v0.9.0
[INFO] [stderr]    Compiling lattices_macro v0.5.6
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling auto_impl v1.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking variadics v0.0.6
[INFO] [stderr]     Checking pusherator v0.0.8
[INFO] [stderr]    Compiling sha256 v1.5.0
[INFO] [stderr]     Checking ref-cast v1.0.23
[INFO] [stderr]    Compiling stageleft_tool v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling stageleft_macro v0.3.0
[INFO] [stderr]    Compiling hydroflow_plus v0.9.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking stageleft v0.4.0
[INFO] [stderr]     Checking clap v4.5.20
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking lattices v0.5.7
[INFO] [stderr]     Checking insta v1.40.0
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking hydroflow v0.9.0
[INFO] [stderr]     Checking syn_test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Ident`
[INFO] [stdout]  --> src/r_ir/scope_analysis/tag_out.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use syn::{visit::Visit, Expr, Ident};
[INFO] [stdout]   |                               ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `quote`
[INFO] [stdout]  --> src/hfplus_ir/visualize.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use quote::{quote, ToTokens};
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ident`
[INFO] [stdout]  --> src/r_ir/scope_analysis/tag_out.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use syn::{visit::Visit, Expr, Ident};
[INFO] [stdout]   |                               ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `quote`
[INFO] [stdout]  --> src/hfplus_ir/visualize.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use quote::{quote, ToTokens};
[INFO] [stdout]   |             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/h_ir/ir.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 184 | impl HCycleSource {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 185 |     pub fn new(ident: Ident) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Ident` is never constructed
[INFO] [stdout]   --> src/utils/pattern.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum ExprPat {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] 24 |     Ident(Ident),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/h_ir/ir.rs:185:12
[INFO] [stdout]     |
[INFO] [stdout] 184 | impl HCycleSource {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 185 |     pub fn new(ident: Ident) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Ident` is never constructed
[INFO] [stdout]   --> src/utils/pattern.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum ExprPat {
[INFO] [stdout]    |          ------- variant in this enum
[INFO] [stdout] 24 |     Ident(Ident),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.56s
[INFO] running `Command { std: "docker" "inspect" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf", kill_on_drop: false }`
[INFO] [stdout] aff7643f4de3a3b6653aa6acb300a93d0794b900b6e3d5c3b1e94c0b9b9c98bf
